home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Zoom 2
/
Zoom - Release 2 (1996)(Active Software)[!].iso
/
graphics
/
raytracing
/
dust
/
dusthelp
/
parameters
< prev
next >
Wrap
Text File
|
1995-03-05
|
1KB
|
30 lines
Parameters
-----------------------------------------------------------------
objectID = INTEGER >= 0
particleID = INTEGER >= 0
windowID = INTEGER >= 0
textureID = INTEGER >= 0
brushID = INTEGER >= 0
saveFormat = STRING ("TDDD"|"LW"|"VS"|"NONE")
frames = INTEGER (1..9999)
frame = INTEGER (1..frames)
boolean = CHAR ("T"|"F")
filename = STRING (without quotes, if STRING="" a filerequester
apears)
drawmode = STRING ("WIRE"|"SOLID"|"GREY"|"COLOR"|"FACE"|"BBOX")
color = INTEGER (0..255)
particleMode = STRING ("F"|"P") (faces or points)
particleSave = STRING ("P"|"O") (particle or object (the object-format is
specified by SFORMAT)
exfile-format = STRING ("F"|"L") (float,long: long means: multiply floats
by 65536 an write them as longints
(good for GCC))
NOTES: 1. If an argument contains characters like "(" or "," quotes are
required, e.g. func(2,"sin(x0+y0)",2,z) else the parser aborts with
a syntax-error.
2. All Dust-commands accept mathematical expressions instead of plain
numbers, strings can contain format-commands, e.g.
load(4/3,obj.%) will load object.0033 into buffer 1 if the
loop-counter was 33